home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / e_to_l / imlib201 / uabout.dfm / uabout.txt
Text File  |  1996-09-15  |  4KB  |  172 lines

  1. object AboutBox: TAboutBox
  2.   Left = 124
  3.   Top = 82
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 259
  8.   ClientWidth = 497
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 14
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 473
  20.     Height = 241
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object ProductName: TLabel
  30.       Left = 136
  31.       Top = 16
  32.       Width = 204
  33.       Height = 13
  34.       Caption = 'Product Name: Imagelib Shareware version'
  35.       Font.Color = clBlack
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = []
  39.       ParentFont = False
  40.       IsControl = True
  41.     end
  42.     object Version: TLabel
  43.       Left = 208
  44.       Top = 40
  45.       Width = 56
  46.       Height = 13
  47.       Caption = 'Version: 2.0'
  48.       Font.Color = clBlack
  49.       Font.Height = -11
  50.       Font.Name = 'MS Sans Serif'
  51.       Font.Style = []
  52.       ParentFont = False
  53.       IsControl = True
  54.     end
  55.     object Copyright: TLabel
  56.       Left = 88
  57.       Top = 96
  58.       Width = 263
  59.       Height = 13
  60.       Caption = 'Copyright: 1995 by Kevin Adams (CIS: 74742,1444) and'
  61.       Font.Color = clBlack
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       IsControl = True
  67.     end
  68.     object Label1: TLabel
  69.       Left = 179
  70.       Top = 112
  71.       Width = 143
  72.       Height = 13
  73.       Caption = 'Jan Dekkers (CIS: 72130,353)'
  74.     end
  75.     object Label2: TLabel
  76.       Left = 16
  77.       Top = 134
  78.       Width = 351
  79.       Height = 13
  80.       Caption = 
  81.         'To eliminate the shareware message, send Check or Moneyorder of ' +
  82.         '$65 to'
  83.     end
  84.     object Label3: TLabel
  85.       Left = 16
  86.       Top = 155
  87.       Width = 60
  88.       Height = 13
  89.       Caption = 'Jan Dekkers'
  90.     end
  91.     object Label4: TLabel
  92.       Left = 16
  93.       Top = 178
  94.       Width = 115
  95.       Height = 13
  96.       Caption = '11956 Riverside Dr. 206'
  97.     end
  98.     object Label5: TLabel
  99.       Left = 16
  100.       Top = 200
  101.       Width = 116
  102.       Height = 13
  103.       Caption = 'N. Hollywood CA 91607.'
  104.     end
  105.     object Image1: TImage
  106.       Left = 8
  107.       Top = 8
  108.       Width = 113
  109.       Height = 81
  110.       Center = True
  111.       Stretch = True
  112.     end
  113.     object Label8: TLabel
  114.       Left = 15
  115.       Top = 222
  116.       Width = 303
  117.       Height = 13
  118.       Caption = 'Or go SWREG 6791 on CompuServe  and register there for $69 '
  119.     end
  120.     object Panel2: TPanel
  121.       Left = 168
  122.       Top = 162
  123.       Width = 289
  124.       Height = 50
  125.       Color = clNavy
  126.       TabOrder = 0
  127.       object Label6: TLabel
  128.         Left = 39
  129.         Top = 8
  130.         Width = 221
  131.         Height = 13
  132.         Caption = 'This will give you the right to use the dll in your '
  133.         Font.Color = clWhite
  134.         Font.Height = -11
  135.         Font.Name = 'MS Sans Serif'
  136.         Font.Style = []
  137.         ParentFont = False
  138.       end
  139.       object Label7: TLabel
  140.         Left = 44
  141.         Top = 24
  142.         Width = 210
  143.         Height = 13
  144.         Caption = 'applications and the source code of the VCL'
  145.         Font.Color = clWhite
  146.         Font.Height = -11
  147.         Font.Name = 'MS Sans Serif'
  148.         Font.Style = []
  149.         ParentFont = False
  150.       end
  151.     end
  152.   end
  153.   object OKButton: TBitBtn
  154.     Left = 391
  155.     Top = 21
  156.     Width = 77
  157.     Height = 84
  158.     Font.Color = clBlack
  159.     Font.Height = -11
  160.     Font.Name = 'Times New Roman'
  161.     Font.Style = []
  162.     ParentFont = False
  163.     TabOrder = 1
  164.     Kind = bkOK
  165.     Layout = blGlyphTop
  166.     Margin = 30
  167.     Style = bsNew
  168.     Spacing = 1
  169.     IsControl = True
  170.   end
  171. end
  172.